.banner {
	width: 100%;
	position: relative;
	clear: both;
}

.vidbacking {
	background-position: center bottom;
}

.video-back {
	display: block;
	text-align: center;
	color: #fff;
	background: url(/static/images/tm1.png);
}

.video-back h1 {
	font-size: 45px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 60px;
}

.video-back h2 {
	font-size: 90px;
	line-height: 90px;
}

.video-back p {
	display: block;
	color: #fff;
	text-shadow: 2px 2px 1px #000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.video-back img {
	width: 150px;
}

.main-heading {
	text-align: center;
	margin: 50px auto;
	font-size: 70px;
}

.main-para {
	margin: 10px 100px;
	text-align: center;
	font-size: 20px;
}

.video-back ul {
	width: 760px;
	margin: 40px auto auto;
}

.video-back li {
	float: left;
	height: 50px;
	line-height: 20px;
	text-align: left;
	width: 29.3333%;
	box-sizing: border-box;
	border-right: 1px #ffffff solid;
	margin: 0 2%;
}

.video-back i {
	background: url(/static/images/ico.png) no-repeat;
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 20px;
}

.video-back .nobg {
	border-right: 0;
}

.video-back .li1 {
	background-position: 0 0;
}

.video-back .li2 {
	background-position: 0 -60px;
}

.video-back .li3 {
	background-position: 0 -120px;
}

.vidbacking-active-body-back {
	position: fixed;
	z-index: -100;
	min-width: 100%;
	min-height: 100%;
	top: 50%;
	left: 50%;
	background-size: cover;
	overflow: hidden;
	opacity: 1;
	transition: 2s opacity;
	transform: translateX(-50%) translateY(-50%);
}

.vidbacking-active-block-back {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	height: auto;
	width: auto;
	z-index: -100;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.vidmask-body-back {
	background: url(/static/images/videooverlay1.png) repeat;
	opacity: 0.4;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -50;
	display: block;
}

.vidmask-block-back {
	background: url(/static/images/videooverlay1.png) repeat;
	opacity: 1;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	z-index: -50;
	display: block;
}